abuse_lookup(dom, "Web clickthrough to your site");
}
define ss_ab_dialup(dom, addr)
{
abuse_lookup(dom, "Apparently sent using your dialup");
}
define ss_ab_dns(dom, addr)
{
abuse_lookup(dom, "Apparently using your DNS service");
}
define ss_ab_dropbox(dom, addr)
{
abuse_lookup(dom, "Using " + addr + " as a dropbox");
}
define ss_ab_misc(dom, addr)
{
abuse_lookup(dom, "...");
}
define ss_ab_relay(dom, addr)
{
abuse_lookup(dom, "This was apparently relayed through your mailserver\r\nIf this wasn't sent by an authorised user you should secure your server. You can find some hints at http://maps.vix.com/tsi/");
}
define ss_ab_this(dom, addr)
{
ss_addparagraph(addr, dom, "...");
}
define ss_ab_webhost(dom, addr)
{
abuse_lookup(dom, "You apparently host the website advertised");
}
% Sam Spade uses S-Lang as a scripting language
% See http://www.s-lang.org/
%
% stderr, stdout won't work - use MessageBox, ss_write or ss_error
% instead
%
% Application specific calls include:
%
% int MessageBox(string title, string message, int style)